chore[oidc-middleware]: Updating UUID version - #1010
Conversation
Avoids deprecation message and insecure random usages
|
Thanks for the contribution @NovaAtWarren. |
Seems to me like a linting error in |
|
Finally, a package with proper SemVer. Bad side is this seems to have broken more than I initially thought. I'll have a closer look when I'm in front of a machine with a proper debugger. |
Caused by update without reading migration guide. Test > e2e > harness > server.js > DemoServer > start now uses random UUID like it used to.
Fixed error in linting where eslint complained about using Promise.reject. This should function the same, without the error while linting
|
Build now failing with |
|
@NovaAtWarren Thanks for your contribution. Since the PR need to pass Okta's internal CI system to get merged. We'll take over your PR at this point, and fix issues accordingly if needed. Internal Ref: OKTA-404546 |
Avoids this error message: Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
Potential security upgrade.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
N/A
Issue Number: N/A
What is the new behavior?
N/A
Does this PR introduce a breaking change?
Other information
Reviewers